Migrate from Intel to Apple Silicon CI #1540
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR migrates Simplenote iOS from Intel to Apple Silicon CI.
The "Build and Test" step succeeded, which builds the app and runs the unit tests: https://buildkite.com/automattic/simplenote-ios-apple-silicon/builds/3. The "UI Test (Full)" step fails due to a known issue with the test accounts that are used in the UI tests: #1536 (comment)
I ran the UI tests locally on my Apple Silicon Mac and 37 out of 43 passed. The six that failed don't appear to be due to any Intel vs. Apple Silicon difference, so I don't think they should be a blocker to this migration.
Accompanying
buildkite-ci
PR to update the Terraform config: https://github.com/Automattic/buildkite-ci/pull/338